home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Games
/
Xconq 7.1.0
/
src
/
xconq-7.1.0
/
test
/
tiny.g
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-07
|
302 b
|
22 lines
|
[
TEXT/R*ch
]
(game-module "tiny"
(blurb "A very small world")
(notes "This is useful for debugging graphics stuff")
(base-module "standard")
)
(add town start-with 1)
(set sides-min 1)
(set sides-max 1)
(side 1)
(world (circumference 5))
(area 5 4 (terrain
"abcde"
"abcde"
"abcde"
"abcde"
))